virtual void init()
None
This virtual function is called on object initialization. In it you can do whatever initialization your object needs.
Its default behavior is to do nothing.